ProvideAssemblyFilterAttribute.AssemblyFilter Property
Gets the full assembly specification of the filter.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public ReadOnly Property AssemblyFilter As String
public string AssemblyFilter { get; }
public:
property String^ AssemblyFilter {
String^ get ();
}
member AssemblyFilter : string with get
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
- 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
ProvideAssemblyFilterAttribute Class
Microsoft.VisualStudio.Shell Namespace
ProvideToolboxItemConfigurationAttribute
ProvideAssemblyFilterAttribute