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 ( _
elementId As String, _
viewId As String, _
absoluteTargetPath As String _
)
public ModelingAdapterReference(
string elementId,
string viewId,
string absoluteTargetPath
)
public:
ModelingAdapterReference(
String^ elementId,
String^ viewId,
String^ absoluteTargetPath
)
new :
elementId:string *
viewId:string *
absoluteTargetPath:string -> ModelingAdapterReference
public function ModelingAdapterReference(
elementId : String,
viewId : String,
absoluteTargetPath : String
)
Parameters
elementId
Type: StringElement identifier. Can be null
viewId
Type: StringModelBusView identifier. Can be null.
absoluteTargetPath
Type: StringAbsolute path to the model file being referred to. Cannot be null.
.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.