TokenReplaceType Enumeration

Defines the kind of token to be replaced.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Enumeration TokenReplaceType
'使用
Dim instance As TokenReplaceType
public enum TokenReplaceType
public enum class TokenReplaceType
public enum TokenReplaceType

Members

Member name Description
ReplaceString The token replaces a string.
ReplaceNumber The token replaces a number of some type.
ReplaceCode The token replaces code.

See Also

Reference

Microsoft.VisualStudio.Package Namespace