ProvideProfileAttribute.ObjectNameResourceID Property

Gets the localized resource ID of the name of this page in the profile.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public ReadOnly Property ObjectNameResourceID As Short
'使用
Dim instance As ProvideProfileAttribute
Dim value As Short

value = instance.ObjectNameResourceID
public short ObjectNameResourceID { get; }
public:
property short ObjectNameResourceID {
    short get ();
}
public function get ObjectNameResourceID () : short

Property Value

Type: System.Int16

The localized resource ID of the name of this page in the profile.

Permissions

See Also

Concepts

User Settings and Options

Persisting Settings

Reference

ProvideProfileAttribute Class

ProvideProfileAttribute Members

Microsoft.VisualStudio.Shell Namespace

ProvideProfileAttribute