PropertyPageDefinition.IsConfigDependent Property
Gets whether these properties are dependent on the configuration.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public ReadOnly Property IsConfigDependent As Boolean
Get
'Usage
Dim instance As PropertyPageDefinition
Dim value As Boolean
value = instance.IsConfigDependent
public bool IsConfigDependent { get; }
public:
virtual property bool IsConfigDependent {
bool get () sealed;
}
final function get IsConfigDependent () : boolean
abstract IsConfigDependent : bool
override IsConfigDependent : bool
Property Value
Type: System.Boolean
Implements
IPropertyPageDefinition.IsConfigDependent
.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
PropertyPageDefinition Members
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace