UpnEndpointIdentityExtension クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
UpnEndpointIdentity クラスの XAML マークアップ拡張。
public ref class UpnEndpointIdentityExtension : System::Windows::Markup::MarkupExtension
[System.Windows.Markup.MarkupExtensionReturnType(typeof(System.ServiceModel.UpnEndpointIdentity))]
public class UpnEndpointIdentityExtension : System.Windows.Markup.MarkupExtension
[<System.Windows.Markup.MarkupExtensionReturnType(typeof(System.ServiceModel.UpnEndpointIdentity))>]
type UpnEndpointIdentityExtension = class
inherit MarkupExtension
Public Class UpnEndpointIdentityExtension
Inherits MarkupExtension
- 継承
- 属性
コンストラクター
UpnEndpointIdentityExtension() |
UpnEndpointIdentityExtension クラスの新しいインスタンスを初期化します。 |
UpnEndpointIdentityExtension(UpnEndpointIdentity) |
UpnEndpointIdentityExtension を指定して、UpnEndpointIdentity クラスの新しいインスタンスを初期化します。 |
プロパティ
UpnName |
ユーザー プリンシパル名を取得または設定します。 |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ProvideValue(IServiceProvider) |
マークアップ拡張が表すオブジェクトを提供します。 |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |