VsExpansion.description Field

Definition

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.

Applies to