GraphProviderAttribute.IntellisenseType 屬性
IntelliSense 型別 GUID 做為字串。,搭配此 IntelliSense 型別的專案存在時,提供者會載入。
命名空間: Microsoft.VisualStudio.GraphModel
組件: Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)
語法
'宣告
Public Property IntellisenseType As String
public string IntellisenseType { get; set; }
public:
virtual property String^ IntellisenseType {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract IntellisenseType : string with get, set
override IntellisenseType : string with get, set
final function get IntellisenseType () : String
final function set IntellisenseType (value : String)
屬性值
型別:System.String
傳回 String。
實作
IGraphProviderMetadata.IntellisenseType
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。