다음을 통해 공유


DistinguishedFieldAttribute 생성자

정의

오버로드

DistinguishedFieldAttribute()
DistinguishedFieldAttribute(Type, String)

DistinguishedFieldAttribute()

public:
 DistinguishedFieldAttribute();
public DistinguishedFieldAttribute ();
Public Sub New ()

적용 대상

DistinguishedFieldAttribute(Type, String)

public:
 DistinguishedFieldAttribute(Type ^ fullPathToType, System::String ^ dotNetPath);
public DistinguishedFieldAttribute (Type fullPathToType, string dotNetPath);
new Microsoft.XLANGs.BaseTypes.DistinguishedFieldAttribute : Type * string -> Microsoft.XLANGs.BaseTypes.DistinguishedFieldAttribute
Public Sub New (fullPathToType As Type, dotNetPath As String)

매개 변수

fullPathToType
Type
dotNetPath
String

적용 대상