WAProvideLanguagePropertyAttribute Constructor (Type, String, String)
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
languageTemplateFactoryType As Type, _
propertyName As String, _
propertyValue As String _
)
public WAProvideLanguagePropertyAttribute(
Type languageTemplateFactoryType,
string propertyName,
string propertyValue
)
public:
WAProvideLanguagePropertyAttribute(
Type^ languageTemplateFactoryType,
String^ propertyName,
String^ propertyValue
)
new :
languageTemplateFactoryType:Type *
propertyName:string *
propertyValue:string -> WAProvideLanguagePropertyAttribute
public function WAProvideLanguagePropertyAttribute(
languageTemplateFactoryType : Type,
propertyName : String,
propertyValue : String
)
Parameters
- languageTemplateFactoryType
Type: System.Type
- propertyName
Type: System.String
- propertyValue
Type: System.String
.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