Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. What is this Code snippet meaning?

What is this Code snippet meaning?

Scheduled Pinned Locked Moved Visual Basic
question
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Krishnaraj Barvathaya B
    wrote on last edited by
    #1

    Hi All, Can anybody tell me what the meaning of this code snippet is? Private Sub InitializeComponent() In the above what this ‘<’ and ‘>’ indicates. Thanks in advance. Regards, Krishnaraj

    K 1 Reply Last reply
    0
    • K Krishnaraj Barvathaya B

      Hi All, Can anybody tell me what the meaning of this code snippet is? Private Sub InitializeComponent() In the above what this ‘<’ and ‘>’ indicates. Thanks in advance. Regards, Krishnaraj

      K Offline
      K Offline
      Krishnaraj Barvathaya B
      wrote on last edited by
      #2

      Hi All, Can anybody tell me what the meaning of this code snippet is? Private Sub InitializeComponent() In the above what this ‘<’ and ‘>’ indicates. Thanks in advance.

      J F 2 Replies Last reply
      0
      • K Krishnaraj Barvathaya B

        Hi All, Can anybody tell me what the meaning of this code snippet is? Private Sub InitializeComponent() In the above what this ‘<’ and ‘>’ indicates. Thanks in advance.

        J Offline
        J Offline
        J4amieC
        wrote on last edited by
        #3

        they specify the opening and closing declaration for an Attribute (in this case DebuggerStepThroughAttribute) which adornes the method. Current blacklist svmilky - Extremely rude | FeRtoll - Rude personal emails | ironstrike1 - Rude & Obnoxious behaviour

        1 Reply Last reply
        0
        • K Krishnaraj Barvathaya B

          Hi All, Can anybody tell me what the meaning of this code snippet is? Private Sub InitializeComponent() In the above what this ‘<’ and ‘>’ indicates. Thanks in advance.

          F Offline
          F Offline
          FrankyT
          wrote on last edited by
          #4

          It's a metatag. there are certian tags taht handle specifics about how a class compiles and integrates into the VS Environment. for instance before a public property causes the propety to show up in the forms designer properties window. that is evidence that VS is prebuilding certian parts of an object to facilitate its WYSIWYG interfaces (like to provide intellisense on new components, custo user controls etc.) the metadata tells the environment which parts to pre-compile in this case. Web service methods use a similar tag to indicate that teh code gen should create an XML interface and description of the method so it can be enumerated to clients and called via soap. Think of it as Code defining Code. that is what meta means in any sense. metadata is data about or describing data. gives me a headache myself... hope that satisifies your curiosity, Frank hey...slang is the vernacular for the vernacular...wow

          K 1 Reply Last reply
          0
          • F FrankyT

            It's a metatag. there are certian tags taht handle specifics about how a class compiles and integrates into the VS Environment. for instance before a public property causes the propety to show up in the forms designer properties window. that is evidence that VS is prebuilding certian parts of an object to facilitate its WYSIWYG interfaces (like to provide intellisense on new components, custo user controls etc.) the metadata tells the environment which parts to pre-compile in this case. Web service methods use a similar tag to indicate that teh code gen should create an XML interface and description of the method so it can be enumerated to clients and called via soap. Think of it as Code defining Code. that is what meta means in any sense. metadata is data about or describing data. gives me a headache myself... hope that satisifies your curiosity, Frank hey...slang is the vernacular for the vernacular...wow

            K Offline
            K Offline
            Krishnaraj Barvathaya B
            wrote on last edited by
            #5

            Thank for giving such a good explanation. :) Regards, Krishnaraj

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups