ClassData.CodeSnippets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of class data code snippets.
public:
property System::Collections::Generic::IList<System::String ^> ^ CodeSnippets { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> CodeSnippets { get; }
member this.CodeSnippets : System.Collections.Generic.IList<string>
Public ReadOnly Property CodeSnippets As IList(Of String)
Property Value
The list of class data code snippets.