ThumbnailAttribute.ResourceName Property
Gets name of the icon image.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
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 fully-qualified name of the icon image.
.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.