ProvideProfileAttribute.ObjectNameResourceID Property
Gets the localized resource ID of the name of this page in the profile.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'Dichiarazione
Public ReadOnly Property ObjectNameResourceID As Short
Get
'Utilizzo
Dim instance As ProvideProfileAttribute
Dim value As Short
value = instance.ObjectNameResourceID
public short ObjectNameResourceID { get; }
public:
property short ObjectNameResourceID {
short get ();
}
member ObjectNameResourceID : int16
function get ObjectNameResourceID () : short
Property Value
Type: System.Int16
The localized resource ID of the name of this page in the profile.
.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
ProvideProfileAttribute Members
Microsoft.VisualStudio.Shell Namespace