Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 Type _
)
public WAProvideLanguagePropertyAttribute(
Type languageTemplateFactoryType,
string propertyName,
Type propertyValue
)
public:
WAProvideLanguagePropertyAttribute(
Type^ languageTemplateFactoryType,
String^ propertyName,
Type^ propertyValue
)
new :
languageTemplateFactoryType:Type *
propertyName:string *
propertyValue:Type -> WAProvideLanguagePropertyAttribute
public function WAProvideLanguagePropertyAttribute(
languageTemplateFactoryType : Type,
propertyName : String,
propertyValue : Type
)
Parameters
languageTemplateFactoryType
Type: TypeThe type of the language template factory.
propertyName
Type: StringThe property name.
propertyValue
Type: TypeThe integer property value.
.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