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
- 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
Concepts
Reference
ProvideProfileAttribute Members