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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。