共用方式為


SmartTag.SmartTagType 屬性

應建立的智慧標籤工作階段型別。

命名空間:  Microsoft.VisualStudio.Language.Intellisense
組件:  Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

語法

'宣告
Public Property SmartTagType As SmartTagType
public SmartTagType SmartTagType { get; private set; }
public:
property SmartTagType SmartTagType {
    SmartTagType get ();
    private: void set (SmartTagType value);
}
member SmartTagType : SmartTagType with get, private set
function get SmartTagType () : SmartTagType 
private function set SmartTagType (value : SmartTagType)

屬性值

類型:Microsoft.VisualStudio.Language.Intellisense.SmartTagType
SmartTagType

.NET Framework 安全性

請參閱

參考

SmartTag 類別

Microsoft.VisualStudio.Language.Intellisense 命名空間