DimensionReference.ReferencesDimension Method
Verifies that a dimension should be part of the view.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Function ReferencesDimension ( _
dimension As Dimension _
) As Boolean
public bool ReferencesDimension(
Dimension dimension
)
public:
bool ReferencesDimension(
Dimension^ dimension
)
member ReferencesDimension :
dimension:Dimension -> bool
public function ReferencesDimension(
dimension : Dimension
) : boolean
Parameters
dimension
Type: Microsoft.TeamFoundation.Warehouse.DimensionThe dimension to check.
Return Value
Type: System.Boolean
True if there are no references (implicit) or there is a reference that matches.
.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.