WrapperToolAttributeValue Enumeration

Specifies whether a COM interop assembly is a primary assembly or a local one.

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

Syntax

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

Members

Member name Description
Primary The assembly is a primary one.
TlbImp The assembly is a local one that needs to be generated.

See Also

Reference

Microsoft.VisualStudio.Package Namespace