Share via


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

声明
ReadOnly Property CanonicalName As String
用法
Dim instance As VCFilter
Dim value As String

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

Property Value

Type: System.String

A string representing the name of the filter.

Permissions

See Also

Concepts

How to: Compile and Run the Automation Object Model Code Examples

Reference

VCFilter Interface

VCFilter Members

Microsoft.VisualStudio.VCProjectEngine Namespace