次の方法で共有


DependsOnPropertyNotFoundException(Type, String, String) Constructor

Definition

public:
 DependsOnPropertyNotFoundException(Type ^ declaringType, System::String ^ propertyName, System::String ^ dependsOnPropertyName);
public DependsOnPropertyNotFoundException (Type declaringType, string propertyName, string dependsOnPropertyName);
new Microsoft.VisualStudio.PlatformUI.DependsOnPropertyNotFoundException : Type * string * string -> Microsoft.VisualStudio.PlatformUI.DependsOnPropertyNotFoundException
Public Sub New (declaringType As Type, propertyName As String, dependsOnPropertyName As String)

Parameters

declaringType
Type
propertyName
String
dependsOnPropertyName
String

Applies to