ServiceMoniker コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ServiceMoniker(String) |
ServiceMoniker クラスの新しいインスタンスを初期化します。 |
ServiceMoniker(String, Version) |
ServiceMoniker クラスの新しいインスタンスを初期化します。 |
ServiceMoniker(String)
ServiceMoniker クラスの新しいインスタンスを初期化します。
public:
ServiceMoniker(System::String ^ name);
public ServiceMoniker (string name);
new Microsoft.ServiceHub.Framework.ServiceMoniker : string -> Microsoft.ServiceHub.Framework.ServiceMoniker
Public Sub New (name As String)
パラメーター
- name
- String
サービスの名前。
適用対象
ServiceMoniker(String, Version)
ServiceMoniker クラスの新しいインスタンスを初期化します。
public:
ServiceMoniker(System::String ^ name, Version ^ version);
[Newtonsoft.Json.JsonConstructor]
public ServiceMoniker (string name, Version? version);
[Newtonsoft.Json.JsonConstructor]
[System.Text.Json.Serialization.JsonConstructor]
public ServiceMoniker (string name, Version? version);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.ServiceHub.Framework.ServiceMoniker : string * Version -> Microsoft.ServiceHub.Framework.ServiceMoniker
[<Newtonsoft.Json.JsonConstructor>]
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.ServiceHub.Framework.ServiceMoniker : string * Version -> Microsoft.ServiceHub.Framework.ServiceMoniker
Public Sub New (name As String, version As Version)
パラメーター
- name
- String
サービスの名前。
- version
- Version
サービスのバージョン。またはクライアントによって想定されている。 null も指定できます。
- 属性
-
Newtonsoft.Json.JsonConstructorAttribute JsonConstructorAttribute