ScopeFrame Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- name
- String
- type
- ScopeType
Applies to
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)
Parameters
- name
- String
- type
- ScopeType
- sequence
- Int64
Applies to
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)
Parameters
- name
- String
- type
- ScopeType
- userfriendlyname
- String