VsExpansion Struct

Definition

Provides information about a code snippet.

public value class VsExpansion
public value class VsExpansion
struct VsExpansion
public struct VsExpansion
type VsExpansion = struct
Public Structure VsExpansion
Inheritance
VsExpansion

Remarks

COM Signature

typedef struct _VsExpansion {  
   BSTR  path;  
   BSTR  title;  
   BSTR  shortcut;  
   BSTR  description;  
} VsExpansion;  

This structure is returned from the IVsExpansionEnumeration interface.

Fields

description

Provides the description for the code snippet.

path

Provides the path to the code snippet.

shortcut

Provides the shortcut name for the code snippet.

title

Provides the full title of the code snippet.

Applies to