GetItemReferences Method
See Also 
SourceCode.Workflow.Design.Common.ItemReferences Namespace > ItemReferencesBase Class : GetItemReferences Method



type
The type.

Glossary Item Box

Gets the item references.

Syntax

Visual Basic (Declaration) 
Public Function GetItemReferences( _
   ByVal type As String _
) As IEnumerable(Of ItemReference)
Visual Basic (Usage)Copy Code
Dim instance As ItemReferencesBase
Dim type As String
Dim value As IEnumerable(Of ItemReference)
 
value = instance.GetItemReferences(type)
C# 
public IEnumerable<ItemReference> GetItemReferences( 
   string type
)
C++/CLI 
public:
IEnumerable<ItemReference^>^ GetItemReferences( 
   String^ type
) 

Parameters

type
The type.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also