Partager via


ScopeFrame Constructeurs

Définition

Surcharges

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)

Paramètres

name
String
type
ScopeType

S’applique à

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)

Paramètres

name
String
type
ScopeType
sequence
Int64

S’applique à

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)

Paramètres

name
String
type
ScopeType
userfriendlyname
String

S’applique à