Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets name of the icon image.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public ReadOnly Property ResourceName As String
'Usage
Dim instance As ThumbnailAttribute
Dim value As String
value = instance.ResourceName
public string ResourceName { get; }
public:
property String^ ResourceName {
String^ get ();
}
public 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.
See Also
Reference
Microsoft.Windows.Design Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic for new class. |
SP1 feature change. |