LibraryImportAttribute.StringMarshallingCustomType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Type ,用來控制如何封送處理方法的字串自變數。
public:
property Type ^ StringMarshallingCustomType { Type ^ get(); void set(Type ^ value); };
public Type? StringMarshallingCustomType { get; set; }
member this.StringMarshallingCustomType : Type with get, set
Public Property StringMarshallingCustomType As Type
屬性值
備註
如果指定此欄位, StringMarshalling 則不得指定或必須設定為 Custom。