GraphProviderAttribute.IntellisenseType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
字符串形式的 intellisense 类型 guid。 只要存在具有此 intellisense 类型的项目,就会加载该提供程序。
public:
property System::String ^ IntellisenseType { System::String ^ get(); void set(System::String ^ value); };
public string IntellisenseType { get; set; }
member this.IntellisenseType : string with get, set
Public Property IntellisenseType As String