Condividi tramite


ScopeFrame Costruttori

Definizione

Overload

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)

Parametri

name
String
type
ScopeType

Si applica a

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)

Parametri

name
String
type
ScopeType
sequence
Int64

Si applica a

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)

Parametri

name
String
type
ScopeType
userfriendlyname
String

Si applica a