共用方式為


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

適用於