ProvideAssemblyFilterAttribute.AssemblyFilter Property

Gets the full assembly specification of the filter.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

声明
Public ReadOnly Property AssemblyFilter As String
    Get
用法
Dim instance As ProvideAssemblyFilterAttribute
Dim value As String

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

Property Value

Type: System.String
A string containing the full assembly specification of the filter.

Remarks

The assembly name specifies 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 interpreted as a wildcard.

.NET Framework Security

See Also

Reference

ProvideAssemblyFilterAttribute Class

ProvideAssemblyFilterAttribute Members

Microsoft.VisualStudio.Shell Namespace

ProvideToolboxItemConfigurationAttribute

IConfigureToolboxItem

ToolboxItem

ProvideAssemblyFilterAttribute

Other Resources

Toolbox (Visual Studio SDK)