VCFilter.CanonicalName Property
Gets the unique name used for this filter.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
ReadOnly Property CanonicalName As String
string CanonicalName { get; }
property String^ CanonicalName {
String^ get ();
}
abstract CanonicalName : string with get
function get CanonicalName () : String
Property Value
Type: System.String
A string representing the name of the filter.
.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
Microsoft.VisualStudio.VCProjectEngine Namespace
Other Resources
How to: Compile and Run the Automation Object Model Code Examples