WAProvideLanguagePropertyAttribute Constructor (Type, String, Int32)
Initializes a new instance of WAProvideLanguagePropertyAttribute.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
languageTemplateFactoryType As Type, _
propertyName As String, _
propertyValue As Integer _
)
public WAProvideLanguagePropertyAttribute(
Type languageTemplateFactoryType,
string propertyName,
int propertyValue
)
public:
WAProvideLanguagePropertyAttribute(
Type^ languageTemplateFactoryType,
String^ propertyName,
int propertyValue
)
new :
languageTemplateFactoryType:Type *
propertyName:string *
propertyValue:int -> WAProvideLanguagePropertyAttribute
public function WAProvideLanguagePropertyAttribute(
languageTemplateFactoryType : Type,
propertyName : String,
propertyValue : int
)
Parameters
languageTemplateFactoryType
Type: TypeThe type of the language template factory.
propertyName
Type: StringThe name of the property.
propertyValue
Type: Int32The integer value of the property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
WAProvideLanguagePropertyAttribute Class