View.ReferencesDimension Method
Verifies that a dimension should be part of the view TODO(lantonov): This method should be deleted after beta1 and only GetDimensionReference should be left.
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.