OANullProperty.Parent Property
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As Properties
public Properties Parent { get; }
public:
virtual property Properties^ Parent {
Properties^ get () sealed;
}
abstract Parent : Properties
override Parent : Properties
final function get Parent () : Properties
Property Value
Type: EnvDTE.Properties
Implements
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace