Свойство | Type | Description | |
---|---|---|---|
DTE2 | Properties | ||
DTE2 | Window | ||
DTE2 | bool | ||
DTE2 | object | ||
DTE2 | string | ||
DTE2 | uint | ||
DTE2 | wizardResult | ||
_DTE | Properties | ||
_DTE | Window | ||
_DTE | bool | ||
_DTE | object | ||
_DTE | string | ||
_DTE | wizardResult |
Méthode | Description | |
---|---|---|
DTE2 ( ) : void | ||
DTE2 ( string CommandName, string CommandArgs ) : void | ||
DTEMock ( ) : EnvDTE | ||
_DTE ( ) : void | ||
_DTE ( string CommandName, string CommandArgs ) : void |
Méthode | Description | |
---|---|---|
DTE2 ( string Category, string Page ) : Properties | ||
DTE2 ( string ViewKind, string FileName ) : Window | ||
DTE2 ( string ViewKind, string FileName ) : bool | ||
DTE2 ( string Name ) : object | ||
DTE2 ( string Path, string Name ) : string | ||
DTE2 ( vsThemeColors Element ) : uint | ||
DTE2 ( string VSZFile, object &ContextParams ) : wizardResult | ||
_DTE ( string Category, string Page ) : Properties | ||
_DTE ( string ViewKind, string FileName ) : Window | ||
_DTE ( string ViewKind, string FileName ) : bool | ||
_DTE ( string Name ) : object | ||
_DTE ( string Path, string Name ) : string | ||
_DTE ( string VSZFile, object &ContextParams ) : wizardResult |
public DTE2 ( string CommandName, string CommandArgs ) : void | ||
CommandName | string | |
CommandArgs | string | |
Résultat | void |
public _DTE ( string CommandName, string CommandArgs ) : void | ||
CommandName | string | |
CommandArgs | string | |
Résultat | void |