CommandBarButtonClass::HyperlinkType Property

 

Gets the hyperlink type. This property is deprecated.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

public:
[DispIdAttribute(1610940428)]
property MsoCommandBarButtonHyperlinkType HyperlinkType {
	[DispIdAttribute(1610940428)]
	virtual MsoCommandBarButtonHyperlinkType get();
	[DispIdAttribute(1610940428)]
	virtual void set(MsoCommandBarButtonHyperlinkType value);
}

Property Value

Type: Microsoft.VisualStudio.CommandBars::MsoCommandBarButtonHyperlinkType

The hyperlink type. This property is deprecated.

This property throws a DeprecatedException when it is accessed.

Return to top
Show: