LocalizableProperties.CreateDesignPropertyDescriptor – metoda
Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
Public Overridable Function CreateDesignPropertyDescriptor ( _
p As PropertyDescriptor _
) As DesignPropertyDescriptor
public virtual DesignPropertyDescriptor CreateDesignPropertyDescriptor(
PropertyDescriptor p
)
public:
virtual DesignPropertyDescriptor^ CreateDesignPropertyDescriptor(
PropertyDescriptor^ p
)
abstract CreateDesignPropertyDescriptor :
p:PropertyDescriptor -> DesignPropertyDescriptor
override CreateDesignPropertyDescriptor :
p:PropertyDescriptor -> DesignPropertyDescriptor
public function CreateDesignPropertyDescriptor(
p : PropertyDescriptor
) : DesignPropertyDescriptor
Parametry
Vrácená hodnota
Typ: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal.DesignPropertyDescriptor
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů