VsExpansion.description Field
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.
Provides the description for the code snippet.
public: System::String ^ description;
public: Platform::String ^ description;
std::wstring description;
public string description;
val mutable description : string
Public description As String
Field Value
Remarks
COM Signature
From textmgr2.idl:
BSTR description;
This value comes from the <Description> tag in the code snippet template. See
Description Element (Intellisense Code Snippets) for details on the <Description> tag.