Share via


AddServiceInstanceResult(String, Uri) コンストラクター

定義

AddServiceInstanceResult クラスの新しいインスタンスを初期化します。

public:
 AddServiceInstanceResult(System::String ^ folderName, Uri ^ gettingStartedUrl);
public AddServiceInstanceResult (string folderName, Uri gettingStartedUrl);
new Microsoft.VisualStudio.ConnectedServices.AddServiceInstanceResult : string * Uri -> Microsoft.VisualStudio.ConnectedServices.AddServiceInstanceResult
Public Sub New (folderName As String, gettingStartedUrl As Uri)

パラメーター

folderName
String

サービス成果物が格納されているフォルダーの一意の名前。

gettingStartedUrl
Uri

ユーザーに "はじめに" ドキュメントを表示するために起動される Uri。使用できない場合は null。

適用対象