LinkConnectDirectiveHasTargetDirectives.GetLinksToTargetDirectives Method
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.
Get the list of LinkConnectDirectiveHasTargetDirectives links to a LinkConnectDirective.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::LinkConnectDirectiveHasTargetDirectives ^> ^ GetLinksToTargetDirectives(Microsoft::VisualStudio::Modeling::DslDefinition::LinkConnectDirective ^ targetOfInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirectiveHasTargetDirectives> GetLinksToTargetDirectives (Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirective targetOfInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToTargetDirectives : Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirective -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirectiveHasTargetDirectives>
Public Shared Function GetLinksToTargetDirectives (targetOfInstance As LinkConnectDirective) As ReadOnlyCollection(Of LinkConnectDirectiveHasTargetDirectives)
Parameters
- targetOfInstance
- LinkConnectDirective
Returns
- Attributes