ProvideAssemblyFilterAttribute.AssemblyFilter Property

The string containing the full assembly specification of the filter.

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

Syntax

'宣言
Public ReadOnly Property AssemblyFilter As String
'使用
Dim instance As ProvideAssemblyFilterAttribute
Dim value As String

value = instance.AssemblyFilter
public string AssemblyFilter { get; }
public:
property String^ AssemblyFilter {
    String^ get ();
}
public function get AssemblyFilter () : String

Property Value

Type: System.String

A string containing the full assembly specification of the filter.

Remarks

The returned string uses the full assembly identification, including a simple name, a version number, a cryptographic key pair, and a supported culture. For more information on assembly identification, see AssemblyName. The "*" character in a specification is taken as a wildcard.

Permissions

See Also

Concepts

Toolbox (Visual Studio SDK)

Reference

ProvideAssemblyFilterAttribute Class

ProvideAssemblyFilterAttribute Members

Microsoft.VisualStudio.Shell Namespace

ProvideToolboxItemConfigurationAttribute

IConfigureToolboxItem

ToolboxItem

ProvideAssemblyFilterAttribute