TeamBuildBaseActivityDesigner.Icons Property
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
public static ResourceDictionary Icons { get; }
public:
static property ResourceDictionary^ Icons {
ResourceDictionary^ get ();
}
static member Icons : ResourceDictionary with get
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.