Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the ResourceDictionary object containing the icons used by this designer.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Design
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Icons As ResourceDictionary
Get
public static ResourceDictionary Icons { get; }
public:
static property ResourceDictionary^ Icons {
ResourceDictionary^ get ();
}
static member Icons : ResourceDictionary
static function get Icons () : ResourceDictionary
Property Value
Type: System.Windows.ResourceDictionary
The ResourceDictionary object containing the icons used by this designer.
.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.