Volume.GetContainer(Guid) Method (Microsoft.DirectX.Direct3D)
Provides access to the parent volume texture object, if the current surface is a child level of a volume texture.
Visual Basic Public Function GetContainer( _
ByVal interfaceId As Guid_
) As ObjectC# public object GetContainer(
GuidinterfaceId
);C++ public:
Object^ GetContainer(
GuidinterfaceId
);JScript public function GetContainer(
interfaceId : Guid
) : Object;
interfaceId System.Guid
System.Object
An Objectthat represents the returned container.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
Show:
