次の方法で共有


IOrderable.Name Property

Gets the name of the part

Namespace:  Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

Syntax

'宣言
ReadOnly Property Name As String
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string
function get Name () : String

Property Value

Type: System.String
The name of the part.

Remarks

This property uniquely identifies a part with respect to parts of the same type.

.NET Framework Security

See Also

Reference

IOrderable Interface

Microsoft.VisualStudio.Utilities Namespace