ProvideCodeBaseAttribute Properties

 

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

NameDescription
System_CAPS_pubpropertyAssemblyName

Gets or sets the name of the target assembly.(Inherited from ProvideDependentAssemblyAttribute.)

System_CAPS_pubpropertyCodeBase

Gets or sets a relative path from $PackageFolder$, or an absolute path rooted from an environment variable substitution (of format %variable%).(Inherited from ProvideDependentAssemblyAttribute.)

System_CAPS_pubpropertyCulture

Gets or sets a string that specifies the language and country/region of the assembly.(Inherited from ProvideDependentAssemblyAttribute.)

System_CAPS_pubpropertyGuid

Gets the identifier of this attribute instance.(Inherited from ProvideDependentAssemblyAttribute.)

System_CAPS_pubpropertyPublicKeyToken

Gets or sets a 16-character hexadecimal number which is the token part of the strong name of the assembly being redirected.(Inherited from ProvideDependentAssemblyAttribute.)

System_CAPS_pubpropertyTypeId

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

System_CAPS_pubpropertyVersion

Gets or sets the version of the assembly to use instead of the originally-requested version.

Return to top
Show: