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