View.ReferencesDimension Method
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'宣言
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.Dimension
Return Value
Type: System.Boolean
.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.