PropertyKind 列舉

定義

描述要傳遞之引數型別的列舉。

public enum class PropertyKind
public enum PropertyKind
type PropertyKind = 
Public Enum PropertyKind
繼承
PropertyKind

欄位

InArgument 0

此引數是只能接受輸入的參數,亦即,僅能使用此參數將值傳遞給方法。

InOutArgument 1

此引數是能接受輸入/輸出的參數,亦即,能夠使用此參數將值傳遞給方法,以及從方法取回值。

OutArgument 2

此引數是只能接受輸出的參數,亦即,僅能從方法傳回值。

Property 3

引數為屬性。

適用於