ElementOperations.IsElementGroupPrototypeFormatAvailable Method

Returns true if the ElementGroupPrototype clipboard format is available on the clipboard, otherwise false.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Public Shared Function IsElementGroupPrototypeFormatAvailable As Boolean
public static bool IsElementGroupPrototypeFormatAvailable()
public:
static bool IsElementGroupPrototypeFormatAvailable()
static member IsElementGroupPrototypeFormatAvailable : unit -> bool
public static function IsElementGroupPrototypeFormatAvailable() : boolean

Return Value

Type: System.Boolean
True if the ElementGroupPrototype clipboard format is available on the clipboard, otherwise false.

.NET Framework Security

See Also

Reference

ElementOperations Class

Microsoft.VisualStudio.Modeling Namespace