AddServiceInstanceResult.GettingStartedDocument 属性

定义

获取或设置“入门”文档信息。

public:
 property Microsoft::VisualStudio::ConnectedServices::GettingStartedDocument ^ GettingStartedDocument { Microsoft::VisualStudio::ConnectedServices::GettingStartedDocument ^ get(); void set(Microsoft::VisualStudio::ConnectedServices::GettingStartedDocument ^ value); };
public Microsoft.VisualStudio.ConnectedServices.GettingStartedDocument GettingStartedDocument { get; set; }
member this.GettingStartedDocument : Microsoft.VisualStudio.ConnectedServices.GettingStartedDocument with get, set
Public Property GettingStartedDocument As GettingStartedDocument

属性值

返回 GettingStartedDocument

注解

配置完成后,将启动“入门”文档,并将在 Service 文件夹中列出,供稍后查看文档。 如果要选择退出内置“入门”功能,请保留 null。

适用于