ScopeFrame 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ScopeFrame(String, ScopeType) | |
ScopeFrame(String, ScopeType, Int64) | |
ScopeFrame(String, ScopeType, String) |
ScopeFrame(String, ScopeType)
public:
ScopeFrame(System::String ^ name, Microsoft::XLANGs::RuntimeTypes::ScopeType type);
public ScopeFrame (string name, Microsoft.XLANGs.RuntimeTypes.ScopeType type);
new Microsoft.XLANGs.RuntimeTypes.ScopeFrame : string * Microsoft.XLANGs.RuntimeTypes.ScopeType -> Microsoft.XLANGs.RuntimeTypes.ScopeFrame
Public Sub New (name As String, type As ScopeType)
參數
- name
- String
- type
- ScopeType
適用於
ScopeFrame(String, ScopeType, Int64)
public:
ScopeFrame(System::String ^ name, Microsoft::XLANGs::RuntimeTypes::ScopeType type, long sequence);
public ScopeFrame (string name, Microsoft.XLANGs.RuntimeTypes.ScopeType type, long sequence);
new Microsoft.XLANGs.RuntimeTypes.ScopeFrame : string * Microsoft.XLANGs.RuntimeTypes.ScopeType * int64 -> Microsoft.XLANGs.RuntimeTypes.ScopeFrame
Public Sub New (name As String, type As ScopeType, sequence As Long)
參數
- name
- String
- type
- ScopeType
- sequence
- Int64
適用於
ScopeFrame(String, ScopeType, String)
public:
ScopeFrame(System::String ^ name, Microsoft::XLANGs::RuntimeTypes::ScopeType type, System::String ^ userfriendlyname);
public ScopeFrame (string name, Microsoft.XLANGs.RuntimeTypes.ScopeType type, string userfriendlyname);
new Microsoft.XLANGs.RuntimeTypes.ScopeFrame : string * Microsoft.XLANGs.RuntimeTypes.ScopeType * string -> Microsoft.XLANGs.RuntimeTypes.ScopeFrame
Public Sub New (name As String, type As ScopeType, userfriendlyname As String)
參數
- name
- String
- type
- ScopeType
- userfriendlyname
- String