CategoryResourceAttribute.ResourceName Property
Gets the root name of the resource.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
Public ReadOnly Property ResourceName As String
Get
public string ResourceName { get; }
public:
property String^ ResourceName {
String^ get ();
}
member ResourceName : string
function get ResourceName () : String
Property Value
Type: System.String
The root name of the resource.
Remarks
If this property is nulla null reference (Nothing in Visual Basic) or the empty string (""), then the class searches the resource assembly for a resource that has the same root name as the Name or FullName of the supplied type.
.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
CategoryResourceAttribute Class