WAProvideLanguagePropertyAttribute Class

 

Used for registering a Web Application Property for a project.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  System.Attribute
    Microsoft.VisualStudio.Shell.RegistrationAttribute
      Microsoft.VisualStudio.Shell.WAProvideLanguagePropertyAttribute

[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, 
	Inherited = true)]
public sealed class WAProvideLanguagePropertyAttribute : RegistrationAttribute

NameDescription
System_CAPS_pubmethodWAProvideLanguagePropertyAttribute(Type, String, Boolean)

Initializes a new instance of WAProvideLanguagePropertyAttribute.

System_CAPS_pubmethodWAProvideLanguagePropertyAttribute(Type, String, Int32)

Initializes a new instance of WAProvideLanguagePropertyAttribute.

System_CAPS_pubmethodWAProvideLanguagePropertyAttribute(Type, String, String)

Initializes a new instance of WAProvideLanguagePropertyAttribute.

System_CAPS_pubmethodWAProvideLanguagePropertyAttribute(Type, String, Type)

Initializes a new instance of WAProvideLanguagePropertyAttribute.

NameDescription
System_CAPS_pubpropertyLanguageTemplateFactoryType

Gets the type of the language template factory.

System_CAPS_pubpropertyPropertyName

Gets the name of the property.

System_CAPS_pubpropertyPropertyValueInt

Gets the integer value of the property.

System_CAPS_pubpropertyPropertyValueString

Gets the string value of the property.

System_CAPS_pubpropertyTypeId

Gets the current instance of this attribute.(Inherited from RegistrationAttribute.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: