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

See Also

Reference

TeamBuildBaseActivityDesigner Class

Microsoft.TeamFoundation.Build.Workflow.Design Namespace