Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Constructor
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
logicalAdapterId As String, _
modelDisplayName As String, _
elementDisplayName As String, _
serializedAdapterReference As String, _
context As ReferenceContext _
)
public ModelBusReference(
string logicalAdapterId,
string modelDisplayName,
string elementDisplayName,
string serializedAdapterReference,
ReferenceContext context
)
public:
ModelBusReference(
String^ logicalAdapterId,
String^ modelDisplayName,
String^ elementDisplayName,
String^ serializedAdapterReference,
ReferenceContext^ context
)
new :
logicalAdapterId:string *
modelDisplayName:string *
elementDisplayName:string *
serializedAdapterReference:string *
context:ReferenceContext -> ModelBusReference
public function ModelBusReference(
logicalAdapterId : String,
modelDisplayName : String,
elementDisplayName : String,
serializedAdapterReference : String,
context : ReferenceContext
)
Parameters
- logicalAdapterId
Type: String
- modelDisplayName
Type: String
- elementDisplayName
Type: String
- serializedAdapterReference
Type: String
Remarks
Constructor for when a model bus is not available
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.